home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / msfilter2.lha / MSFilter.readme < prev    next >
Text File  |  1997-07-19  |  1KB  |  45 lines

  1. Changes for MSFilter2
  2. ~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. ****** WARNING *******   I have not tested this version AT ALL. I no
  5. ****** WARNING *******   longer run MSFilter, so I didn't test it.
  6. ****** WARNING *******   PLEASE LET ME KNOW ASAP IF IT WORKS AS IT
  7. ****** WARNING *******   SHOULD OR NOT!!! I can't fix it if I don't
  8. ****** WARNING *******   know it's broken. If it isn't broken (I hope
  9. ****** WARNING *******   it isn't, I did check the code carefully),
  10. ****** WARNING *******   please let me know anyway!
  11.  
  12. Increased filter text buffers to 1000 lines each. This should be enough
  13. to filter almost anything!
  14.  
  15. Changed from anchored string compare to substring find in comparisons.
  16. This means that rather than looking for a match at the beginning of
  17. the string, it will check the entire string. So, if the filter
  18. string is
  19.  
  20. sex
  21.  
  22. it will filter
  23.  
  24. sex
  25. wierdsex
  26. essex
  27. abcsexdef
  28.  
  29. The keep filters also use a substring search, so if sex was a keep
  30. filter, any of the above strings would result in the message being kept.
  31. Keep checking is still done before filter checking, so messages that
  32. would have otherwise been filtered may still be kept based on your
  33. criteria.
  34.  
  35. DO NOT SPECIFY WILDCARDS. If you want to filter sex anywhere in a 
  36. string, DO NOT SPECIFY *sex* or #?sex#?!!! Just specify sex.
  37.  
  38. Why did I do it this way? Because it was easier this way, and I was
  39. lazy :-)
  40.  
  41. July 19/97
  42. ~~~~~~~~~~
  43. Hopefully fixed filter problem in subject caused by incorrect case
  44. in leftover code...
  45.